Nature
@Serializable
Natures influence how a Pokémon's stats grow. See: https://pokeapi.co/docs/v2#natures
Parameters
id
The identifier for this nature resource.
name
The name for this nature resource.
decreased Stat
The stat decreased by 10% in Pokémon with this nature.
increased Stat
The stat increased by 10% in Pokémon with this nature.
hates Flavor
The flavor hated by Pokémon with this nature.
likes Flavor
The flavor liked by Pokémon with this nature.
pokeathlon Stat Changes
A list of changes to Pokeathlon stats for Pokémon with this nature.
move Battle Style Preferences
A list of battle style preferences for Pokémon with this nature.
names
The name of this nature listed in different languages.
Constructors
Link copied to clipboard
constructor(id: Int, name: String, decreasedStat: Handle.Named<Stat>?, increasedStat: Handle.Named<Stat>?, hatesFlavor: Handle.Named<BerryFlavor>?, likesFlavor: Handle.Named<BerryFlavor>?, pokeathlonStatChanges: List<NatureStatChange>, moveBattleStylePreferences: List<MoveBattleStylePreference>, names: List<Name>)